public void CreateDisplayList( Placement[] placements )
public: void CreateDisplayList( array<Placement^>^ placements )
Parameters
| Parameter Name | Description |
|---|---|
| placements | Objects, for which a graphical representation should be created. |
public void CreateDisplayList( Placement[] placements )
public: void CreateDisplayList( array<Placement^>^ placements )
| Parameter Name | Description |
|---|---|
| placements | Objects, for which a graphical representation should be created. |
| Exception | Description |
|---|---|
| System.ArgumentException | Thrown in case of invalid parameters. |
| System.ArgumentNullException | A NULL reference is passed as a parameter. |
| Eplan.EplApi.Base.BaseException | An error occurred, when creating the display list. |